@charset "utf-8";
@import url("font.css");

/* CSS reset for c_b */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table th, table td {
	padding: 5px;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
ception, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
a {
	color: #666;
	text-decoration: none;
}  /*for ie f6n.net*/
a:focus {
	outline: none;
} /*for ff f6n.net*/
a:hover {
	text-decoration: underline;
}
/*定位*/
.tl {
	text-align: left;
}
.tc {
	text-align: center;
}
.tr {
	text-align: right;
}
.bc {
	margin-left: auto;
	margin-right: auto;
}
.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}
.zoom {
	zoom: 1
}
.hidden {
	visibility: hidden;
}
.vam {
	vertical-align: middle;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.curp {
	cursor: pointer
}
.wrap {
    width: 1200px;
    margin: 0 auto;
}
sup {
	vertical-align: baseline;
}
sub {
	vertical-align: baseline;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input, button, textarea, select {
	*font-size:100%;
}
input, select {
	vertical-align: middle;
}
body {
	font: 12px/1.231 Arial, Helvetica, Clean, Sans-serif;
}
select, input, button, textarea, button {
	font: 99% Arial, Helvetica, Clean, Sans-serif;
}
table {
	font-size: inherit;
	font: 100%;
	border-collapse: collapse;
}
pre, code, kbd, samp, tt {
	font-family: monospace;
	*font-size:108%;
	line-height: 100%;
}
/*title*/
h1 {
	font-size: 32px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
/*end reset*/

#roll_top, #fall, #ct {
	position: relative;
	cursor: pointer;
	height: 52px;
	width: 52px
}
#roll_top {
	background: url("../img/top.gif") no-repeat
}
#fall {
	background: url("../img/top.gif") no-repeat 0 -80px
}
#ct {
	background: url("../img/top.gif") no-repeat 0 -40px
}
#roll {
	display: block;
	width: 15px;
	margin-right: -558px;
	position: fixed;
	right: 46%;
	top: 80%;
	_margin-right: -558px;
	_position: absolute;
 _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight*0.8));
	z-index: 100;
}
/* CSS Document */
body {
	background-color: #fff;
	overflow-x: hidden;
	color: #666;
	font-size: 12px;
	letter-spacing: 0.3px;
	font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Tahoma, Microsoft Yahei, Simsun;
	position: relative;
}/*网站字体颜色*/
.header, .content, .footer, .container {
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
}
.content {
	margin-top: 5px;
}
/*页眉*/
.header {
	width: 100%;
	background: #fff;
}
.header .headerTop {
	width: 100%;
	height: 35px;
	border-bottom: 1px solid #e8e8e8;
}
.header .headerTop p {
	font-size: 13px;
	color: #666;
	float: left;
	line-height: 35px;
}
.header .headerTop p em {
	color: #666;
	font-size: 16px;
}
.header .headerTop ul {
	overflow: hidden;
	float: right;
	margin-top: 10px;
	height: 18px;
	line-height: 18px;
}
.header .headerTop li {
	float: left;
	padding: 0 13px 0 36px;
	border-left: 1px solid #e8e8e8;
	font-size: 13px;
}
.header .headerTop li:first-child {
	border: none;
}
.header .headerTop li.last {
	padding-right: 0;
	background: url("../img/header-icon03.png") no-repeat 12px 1px;
	font-size: 14px;
	letter-spacing: 1px;
}
.header .headerTop li a {
	color: #666;
}
.header .headerTop .first {
	background: url("../img/header-icon01.png") no-repeat 7px 2px;
}
.header .headerTop .second {
	background: url("../img/header-icon02.png") no-repeat 12px 1px;
}
.header .headerCenter {
	overflow: hidden;
	height: 106px;
}
.header .headerCenter dl {
	overflow: hidden;
	float: left;
	margin-top: 21px;
}
.header .headerCenter dt {
	float: left;
	overflow: hidden;
}
.header .headerCenter dd {
	overflow: hidden;
	float: left;
	margin-top: 6px;
	margin-left: 30px;
	height: 52px;
	padding-left: 30px;
	border-left: 1px solid #e8e8e8;
}
.header .headerCenter dd p {
	font-size: 18px;
	color: #333;
	line-height: 1.5;
	font-weight: bold;
	letter-spacing: 1px;
}
.header .headerCenter h2 {
	font-size: 18px;
	color: #333;
	letter-spacing: 1px;
	padding-top: 5px;
	font-weight: normal;
}
.header .headerCenter dd p span {
	color: #ff9800;
}
.search {
	float: right;
	overflow: hidden;
	margin-top: 28px;
}
.search .Input {
	width: 180px;
	border: 1px solid #e1e1e1;
	overflow: hidden;
	float: left;
	margin-top: 6px;
}
.search .Input input {
	width: 142px;
	height: 32px;
	line-height: 33px;
	text-indent: 10px;
	padding-right: 5px;
	font-size: 13px;
	border: none;
	outline: none;
	float: left;
}
.search .Input a {
	border-left: 1px solid #e1e1e1;
	display: block;
	float: right;
	width: 32px;
	height: 20px;
	margin-top: 6px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.search .Input button {
	padding: 0;
	border: 0;
	background: #fff;
}
.search p {
	float: left;
	width: 842px;
	height: 43px;
	line-height: 43px;
	margin-left: 36px;
}
.search p a {
	font-size: 13px;
	color: #666;
	margin-right: 24px;
}
.search p span {
	color: #333;
	font-size: 13px;
	font-weight: bold;
}
.headerNav {
	width: 100%;
	height: 50px;
	background: #CE2222;
}
.headerNav ul {
	width: 100%;
	z-index: 9999;
}
.headerNav li {
	float: left;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	/* border-right: 1px solid #008eca;
	border-left: 1px solid #22a7e0; */
	line-height: 50px;
}
.headerNav li:first-child {
	border-left: none;
	padding: 0 6px;
}
.headerNav li:last-child {
	border-right: none;
}
.headerNav li a {
	display: block;
	padding: 0 55px;
	text-decoration: none;
	color: #fff;
}
.headerNav li:hover, .headerNav li.cur {
	background: #8d0202;
}

.first li {
	list-style-type: none;
	position: relative;
	float: left;
}
.first li a {
	float: left;
}
.first li ul {
	position: absolute;
	display: none;
}
.second {
	top: 50px;
}
.second span {
	font-size: 12px;
	float: right;
	padding-right: 0
	
}
.second li {
	padding: 0 !important;
}
.second li a {
	font-size: 13px;
    font-weight: normal;
    width: 150px;
    line-height: 37px;
    color: #fff;
    padding: 0 20px 0 28px !important;
    background: rgba(0,0,0,0.6);
    border-bottom: 1px solid #777;
}
.second li a:hover {
	width: 150px;
	color: #e6e6e6;
	background: rgba(0,0,0,0.8);
}
.third {
	left: 199px;
}
.third li a {
	width: 250px;
	font-size: 13px;
	font-weight: normal;
}
.third li a:hover {
	width: 250px;
}
/* footer */
.footer {
	width: 100%;
	overflow: hidden;
}
.footer .line {
	height: 5px;
	background: #990909;
}
.footerTop {
	width: 100%;
	overflow: hidden;
	height: 48px;
	background: #333;
    display: none;
}
.footerTop .menu {
	overflow: hidden;
}
.footerTop .menu ul {
	overflow: hidden;
	line-height: 50px;
}
.footerTop .menu li {
	font-size: 12px;
	border-left: 1px solid #2c2c2c;
	float: left;
}
.footerTop .menu li:first-child {
	border-left: none;
}
.footerTop .menu li:first-child > a {
	padding-left: 0;
}
.footerTop .menu li:last-child {
	border-right: none;
}
.footerTop .menu li:last-child > a {
	padding-right: 0;
}
.footerTop .menu li a {
	color: #fff;
	padding: 0 19px;
}
.footerBottom {
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding: 25px 0 22px;
	background: #444;
}
.footerBottom p {
	font-size: 14px;
	letter-spacing: 0.5px;
}
.footerBottom .p2 {
	color: #fff;
	line-height: 1.9;
}
.footerBottom .p2 a {
	color: #fff;
}
.retop ul {
	overflow: hidden;
}
.retop li {
	float: left;
	margin-left: 10px;
}
.retop li img {
	display: block;
}
.rtTop {
	width: 43px;
	height: 43px;
	overflow: hidden;
	position: fixed;
	bottom: 30px;
	right: 30px;
	cursor: pointer;
	display: none;
}
.rtTop h4 {
	width: 43px;
	height: 43px;
	overflow: hidden;
	position: relative;
}
.rtTop img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
/* -- 弹出窗口 -- */
#mesbook1_c, #mesbook1 {
	display: none;
	z-index: 1001;
	width: 398px;
	border: 1px solid #ccc;
	background: #fff;
	padding-bottom: 20px;
}
#mesbook1_c div, #mesbook1 div {
	border: 1px solid #E4E3E3;
	background: #EBECEB;
	height: 18px;
	padding: 4px .5em 0;
	margin-bottom: 10px;
}
#mesbook1_c dl.b1, #mesbook1 dl.b1 {
	width: 370px;
	margin: 0 auto;
}
#mesbook1_c dl.b1 dt, #mesbook1 dl.b1 dt {
	float: left;
	width: 105px;
	overflow: hidden;
}
#mesbook1_c dl.b1 dd, #mesbook1 dl.b1 dd {
	width: 265px;
	float: right;
}
#mesbook1_c #mesbook1_cBtns, #mesbook1 #mesbook1Btns {
	padding-bottom: 10px;
}
#mesbook1_c #mesbook1_cBtns input, #mesbook1 #mesbook1Btns input {
	margin-right: 20px;
}
.b15 {
	background: url("../img/skinsvibtn.png") no-repeat;
	border: 0;
	cursor: pointer;
	overflow: hidden;
}
.b15 {
	background-position: -79px -650px;
	width: 60px;
	height: 24px;
	line-height: 24px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
/*处理中动画占全屏*/
#oran_div_processing {
	width: 300px;
	padding: 20px;
	z-index: 9999;
	text-align: center;
	background: #fffeef;
	border: solid 1px #b8ab04;
}